home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / amphn13b.rdm < prev    next >
Text File  |  1996-02-22  |  3KB  |  62 lines

  1. Short:    AmiTCP based voice chat program
  2. Author:   jfriesne@ucsd.edu (Jeremy Friesner)
  3. Uploader: jfriesne@ucsd.edu (Jeremy Friesner)
  4. Version:  1.3B
  5. Type:     comm/net
  6. Replaces: comm/net/AmiPhone1.2B.lha
  7. Requires: Workbench 2.04+, AmiTCP3.0b+, audio digitizer
  8.  
  9. AmiPhone1.3B:
  10.  
  11. This is a public beta release of my TCP/IP based voice chat software.
  12. With it and a digitizer and microphone, you can transmit your voice
  13. over the Internet or a LAN to another Amiga or Amigas that are running 
  14. AmiPhone.
  15.  
  16. AmiPhone uses ADPCM audio compression to allow transmission through
  17. low-bandwidth connections.  Thus, a conversation is possible even
  18. over 14.4kbit/second modems.  Of course, more bandwidth is desirable.
  19.  
  20. AmiPhone requires Workbench 2.04 or higher, AmiTCP 3.0b or higher,
  21. and a Toccata board or standard parallel port style digitizer with 
  22. a microphone.  Also, a fast CPU is highly recommended.
  23.  
  24. NOTE: AmiPhone is not compatible with I-Phone or any other 
  25.       Internet-phone type program at this time.     
  26.       
  27.  
  28.  
  29. NEW FOR AMIPHONE 1.3B:
  30.  
  31.    - I've rewritten the net connection code so that it uses tcp
  32.      streams to connect to other Amigas.  It also uses the tcp
  33.      streams to send control information, but it still sets up
  34.      and uses udp ports to send the actual audio.
  35.      
  36.        Advantages of this new configuration:
  37.        
  38.        . Connecting should be much more reliable.  There is no
  39.          longer much chance of control information being lost,
  40.          since it is now transmitted over a reliable medium.
  41.        
  42.        . AmiPhoned is much simpler.  It no longer has to go through
  43.          a complicated song-and-dance to allow multiple incoming
  44.          connections at once.  This is good, because apparently
  45.          some Amigas weren't very good at singing and dancing.  ;-)
  46.          
  47.        . Overall efficiency is not affected, because the actual audio
  48.          data is still transmitted via udp packets.
  49.          
  50.        Disadvantages:
  51.        
  52.        . This makes AmiPhone 1.3ß completely incompatible with
  53.          earlier versions of AmiPhone.  On the other hand, the
  54.          upgrade is free, so this shouldn't be too much of a 
  55.          hindrance to anyone...
  56.          
  57.        . Your amitcp:db/inetd.conf and amitcp:db/services files
  58.          must be reconfigured again.  The Installer script can
  59.          handle this for you, or look in the "Installation"
  60.          section of the .guide file for what the AmiPhone entries
  61.          in these files should now read, and change them yourself.
  62.